home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hobby PC 13
/
Hobby PC 13.iso
/
assets
/
Asset Library
/
Images
/
Mouseover Buttons
/
For White Backgrounds
/
redbounce
/
fxitems.xml
< prev
Wrap
Extensible Markup Language
|
2001-04-09
|
6KB
|
80 lines
<?xml version="1.0" standalone="yes"?>
<Items>
<Template>
<Item Type="File" CLASS="Mouseover Button" ID="%Filename%" FILEFILTER="*.gif;*.jpg;*.png">
<Icon SRC="%Filename%"/>
<Icon2 SRC="%Filename%"/>
<Description>%ASK:Description:%{Button ALT Text}</Description>
<Filename SRC="%Filename%"/>
<Filename2 SRC="%Filename%"/>
<SCRIPT LANGUAGE="JScript"><![CDATA[
var src, src2, dest, attr, attr2, dst2, dst;
src = "%Pathname%" + "%thisItem.SQ_getChildAttribute(Filename, 0, SRC)%";
src2 = "%Pathname%" + "%thisItem.SQ_getChildAttribute(Filename2, 0, SRC)%";
function buildpath()
{
if (ActiveDocument.InCurrentProject)
{
dst = Application.ProjectDirectory + "\\images\\buttons\\default\\%Filename%";
dst2 = Application.ProjectDirectory + "\\images\\buttons\\over\\%thisItem.SQ_getChildAttribute("Filename2", 0,"SRC")%";
attr = Application.PathToURL(dst, ActiveDocument.Path + "default/%Filename%");
attr2 = Application.PathToURL(dst2, ActiveDocument.Path + "over/%thisItem.SQ_getChildAttribute("Filename2", 0,"SRC")%");
}
else
{
dst = ActiveDocument.Path + "\\images\\buttons\\default\\%Filename%";
dst2 = ActiveDocument.Path + "\\images\\buttons\\over\\%thisItem.SQ_getChildAttribute("Filename2", 0,"SRC")%";
attr = "images/buttons/default/%Filename%";
attr2 = "images/buttons/over/%thisItem.SQ_getChildAttribute("Filename2", 0,"SRC")%";
}
}
function dropfxnow()
{
Application.FX.CopyFile(src, dst);
Application.FX.CopyFile(src2, dst2);
Application.FX.SelectDropPoint();
AttrID=ActiveDocument.UniqueAttributeValue("ID","hover")
Application.FX.HTML('<A HREF=\"{Choose URL}\" ONMOUSEOVER=\"if \(' + AttrID + '.src\) {' + AttrID + '.src=\'' + attr2 + '\'\}\" ONMOUSEOUT=\"if \(' + AttrID + '.src\) {' + AttrID + '.src=\'' + attr + '\'}\"><IMG ID=\"' + AttrID + '\" SRC=\"' + attr + '\" ALT=\"' + '%thisItem.SQ_getChildInnerHtml("Description", 0)%' + '" BORDER="0"><\/A>',null,null,null,null,true);
Application.FX.ShowDialog('ANCHOR');
}
// First, check if the file is saved
if (ActiveDocument.Path != "")
{
buildpath();
dropfxnow();
}
else
{
ans = Application.NoticeBox("Document must first be saved.", "Save now", null,"Cancel");
if (ans == 1)
{
ActiveDocument.SaveAs();
}
if (ActiveDocument.Path != "") //check again if they did indeed save and name file
{
buildpath();
dropfxnow();
}
}
]]>
</SCRIPT>
</Item>
</Template>
<Item Type="File" CLASS="Mouseover Button" ID="bn_wrattn"><Icon SRC="bn_wrattn.gif"/><Icon2 SRC="(bn)wrattn.gif"/><Description>Attention</Description><Filename SRC="bn_wrattn.gif"/><Filename2 SRC="(bn)wrattn.gif"/></Item>
<Item Type="File" CLASS="Mouseover Button" ID="bn_wrdown"><Icon SRC="bn_wrdown.gif"/><Icon2 SRC="(bn)wrdown.gif"/><Description>Down</Description><Filename SRC="bn_wrdown.gif"/><Filename2 SRC="(bn)wrdown.gif"/></Item>
<Item Type="File" CLASS="Mouseover Button" ID="bn_wremail"><Icon SRC="bn_wremail.gif"/><Icon2 SRC="(bn)wremail.gif"/><Description>Email</Description><Filename SRC="bn_wremail.gif"/><Filename2 SRC="(bn)wremail.gif"/></Item>
<Item Type="File" CLASS="Mouseover Button" ID="bn_wrfaq"><Icon SRC="bn_wrfaq.gif"/><Icon2 SRC="(bn)wrfaq.gif"/><Description>FAQ</Description><Filename SRC="bn_wrfaq.gif"/><Filename2 SRC="(bn)wrfaq.gif"/></Item>
<Item Type="File" CLASS="Mouseover Button" ID="bn_wrgoback"><Icon SRC="bn_wrgoback.gif"/><Icon2 SRC="(bn)wrgoback.gif"/><Description>Go Back</Description><Filename SRC="bn_wrgoback.gif"/><Filename2 SRC="(bn)wrgoback.gif"/></Item>
<Item Type="File" CLASS="Mouseover Button" ID="bn_wrhelp"><Icon SRC="bn_wrhelp.gif"/><Icon2 SRC="(bn)wrhelp.gif"/><Description>Help</Description><Filename SRC="bn_wrhelp.gif"/><Filename2 SRC="(bn)wrhelp.gif"/></Item>
<Item Type="File" CLASS="Mouseover Button" ID="bn_wrhome"><Icon SRC="bn_wrhome.gif"/><Icon2 SRC="(bn)wrhome.gif"/><Description>Home</Description><Filename SRC="bn_wrhome.gif"/><Filename2 SRC="(bn)wrhome.gif"/></Item>
<Item Type="File" CLASS="Mouseover Button" ID="bn_wrnext"><Icon SRC="bn_wrnext.gif"/><Icon2 SRC="(bn)wrnext.gif"/><Description>Next</Description><Filename SRC="bn_wrnext.gif"/><Filename2 SRC="(bn)wrnext.gif"/></Item>
<Item Type="File" CLASS="Mouseover Button" ID="bn_wrprev"><Icon SRC="bn_wrprev.gif"/><Icon2 SRC="(bn)wrprev.gif"/><Description>Previous</Description><Filename SRC="bn_wrprev.gif"/><Filename2 SRC="(bn)wrprev.gif"/></Item>
<Item Type="File" CLASS="Mouseover Button" ID="bn_wrup"><Icon SRC="bn_wrup.gif"/><Icon2 SRC="(bn)wrup.gif"/><Description>Up</Description><Filename SRC="bn_wrup.gif"/><Filename2 SRC="(bn)wrup.gif"/></Item>
</Items>